ITLDG is a small-scale Chinese software house that concentrates on tightly focused utilities for web developers and technical writers who rely on VuePress. Its single published tool, the VuePress Image Downloader, crawls any VuePress-generated documentation site, extracts every image reference hidden in Markdown source files or compiled HTML, and retrieves the complete asset set to a local folder. Once the pictures are on disk the program can re-encode them to the highly efficient AVIF format, shrinking file sizes by half or more while preserving visual quality; the rewritten files can then be pushed back to the repository or CDN, accelerating page loads and cutting bandwidth costs. Typical use cases include mirroring tutorial sites for offline reading, migrating legacy documentation to new hosts, or preparing conference handouts that must work without external links. Because the utility understands VuePress conventions such as relative public paths and webpack asset hashes, it needs no manual regex tweaking and runs unattended inside CI pipelines. The publisher’s software is available free of charge on get.nero.com, where downloads are delivered through trusted Windows package sources like winget, always install the newest release, and support batch installation alongside other applications.
分析 VuePress 文档中的图片链接并下载,可将图片转码为 Avif 格式,更加节省空间
Details